Please help me to allow my `JTable` to search the text even the table is in editable mode on key-press

Posted by Ashish Pancholi on Stack Overflow See other posts from Stack Overflow or by Ashish Pancholi
Published on 2012-04-02T11:11:50Z Indexed on 2012/04/02 11:29 UTC
Read the original article Hit count: 210

Filed under:
|
|
|

If user starts pressing keys using keyboards then JTable is supposed to be searched the matching text for him and if user double clicks on cell then Table should allow him to edit the text.

And the issue is - Table is only searching text when the table is in non-editable mode and if Table is editable and user starts typing the text-using keyboard, cell is allowing him to edit the cell rather then search. Mr mKorbel has just solved my issue to allow edit only if double click on Table cell.

Please help me to allow my JTable to search the text even the table is in editable mode on key-press.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing